@charset "utf-8";
/*
//CSS Hack
property:value; 所有浏览器
_property:value; IE6
+property:value; IE7
*property:value; IE6/IE7
property:value \0; IE8/IE9
property:value \9; IE6/IE7/IE8
property:value \9\0; IE9

//最小高度HACK
min-height:500px;
height:auto !important;
height:500px;
overflow:visible;

//溢出文字用省略号点代替(慎用)
white-space:nowrap; text-overflow:ellipsis; overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)
text-justify:inter-ideograph;(IE)
*/
/*
*input placeholder样式
input::-webkit-input-placeholder { color: #FFFFFF;font-size: 12px;}

*/
.titstr1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.titstr2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.titstr3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.titstr4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.titstr5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.titstr6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  background-color: #fff;
}
table {
  margin: 0px;
}
th,
td {
  line-height: 180%;
  text-align: left;
}
img {
  border: 0px;
}
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/*通用链接*/
a:link,
a:visited {
  color: #383637;
  text-decoration: none;
}
a:hover,
a:active {
  color: #287bc7;
  text-decoration: none;
}
/*溢出文字用省略号点代替
.HideWord {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
*/
/*
 * 编辑器表格设置
 * table
    {border-collapse:collapse; border-spacing:0;}
   table tr td
    {padding:0px;}
 */
#thePageInfo {
  height: 20px;
  overflow: hidden;
  padding: 20px 0px;
  text-align: center;
  clear: both;
  font-size: 12px;
}
#thePageInfo em {
  line-height: 100%;
  padding: 2px 6px;
  color: #949494;
  font-style: normal;
  background: #fff;
  border: 1px solid #d6d6d6;
}
#thePageInfo em a:link,
#thePageInfo em a:visited {
  color: #979797;
  text-decoration: none;
}
#thePageInfo em a:hover,
#thePageInfo em em a:active {
  text-decoration: underline;
}
#thePageInfo .onfocus {
  line-height: 100%;
  padding: 2px 6px;
  color: #fff;
  font-style: normal;
  background: #0071af;
  border: 1px solid #d6d6d6;
}
#thePageInfo .onfocus a:link,
#thePageInfo .onfocus a:visited {
  color: #fff;
  text-decoration: none;
}
#thePageInfo .onfocus a:hover,
#thePageInfo .onfocus em a:active {
  text-decoration: underline;
}
#thePageInfo span {
  color: #676767;
}
/*右侧漂浮*/
#rightPiaoFu {
  width: 120px;
  height: auto;
  overflow: hidden;
  padding: 6px;
  font-size: 12px;
  position: absolute;
  right: 0px;
}
#rightPiaoFu .content {
  height: auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
#rightPiaoFu .close {
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
#rightPiaoFu ul {
  list-style: none;
}
#rightPiaoFu ul li.sort {
  height: 20px;
  overflow: hidden;
  border: 1px solid #C0E6F9;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
#rightPiaoFu ul .qq,
#rightPiaoFu ul .msn,
#rightPiaoFu ul .skype {
  height: auto;
  overflow: hidden;
  padding: 3px 0px;
  line-height: 23px;
  text-indent: 10px;
}
#rightPiaoFu ul .tel,
#rightPiaoFu ul .email {
  height: auto;
  overflow: hidden;
  line-height: 23px;
  text-indent: 10px;
  color: #333;
  text-align: center;
}
#rightPiaoFu a:link {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:visited {
  color: #333;
  text-decoration: none;
}
#rightPiaoFu a:hover,
#rightPiaoFu a:active {
  color: #ff0000;
  text-decoration: underline;
}
/*结构*/
#top {
  width: 1240px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  line-height: 90px;
}
#top .logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
}
#top .logo a {
  display: block;
}
#top .logo a img {
  vertical-align: middle;
}
#top .menu {
  position: absolute;
  right: 40px;
  top: 0px;
}
#top .menu ul li {
  margin: 0 4px;
  font-size: 15px;
  float: left;
  height: 90px;
}
#top .menu ul li a {
  display: block;
  line-height: 40px;
  padding: 0 14px;
  position: relative;
  top: 25px;
}
#top .menu ul li:hover a {
  color: #FFFFFF;
  background-color: #0075c2;
}
#top .menu ul .onfocus {
  background-color: #0075c2;
  border-bottom: solid 4px #dd3f00;
  height: 86px;
}
#top .menu ul .onfocus a {
  color: #FFFFFF;
}
#top .search {
  position: absolute;
  right: 0;
  top: 25px;
  width: 43px;
  height: 40px;
  cursor: pointer;
  background: url(../Images/z1.jpg);
}
#homeBanner {
  height: 580px;
  position: relative;
  width: 100%;
}
#homeBanner .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#homeBanner .pagination {
  position: relative;
  top: -50px;
  z-index: 1000;
  text-align: center;
}
#homeBanner .pagination span {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 5px;
  opacity: 1;
  background-image: url(../Images/z3.png);
  cursor: pointer;
}
#homeBanner .pagination .swiper-active-switch {
  background-image: url(../Images/z2.png);
}
#nyBanner {
  height: 370px;
  position: relative;
}
#nyBanner .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#nyBanner .pagination {
  position: relative;
  top: -50px;
  z-index: 1000;
  text-align: center;
}
#nyBanner .pagination span {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 5px;
  opacity: 1;
  background-image: url(../Images/z3.png);
  cursor: pointer;
}
#nyBanner .pagination .swiper-active-switch {
  background-image: url(../Images/z2.png);
}
#homeContent1 {
  position: relative;
  background-image: url(../Images/z4.jpg);
  padding: 40px 0 50px 0;
}
#homeContent1 .content {
  width: 1240px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#homeContent1 .content .sortname {
  font-size: 26px;
  line-height: 56px;
  margin-bottom: 5px;
}
#homeContent1 .content .jianjie {
  font-size: 15px;
  line-height: 26px;
}
#homeContent2 {
  position: relative;
  padding: 28px 0;
}
#homeContent2 .content {
  width: 1240px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#homeContent2 .content ul {
  width: 1320px;
}
#homeContent2 .content ul li {
  width: 360px;
  float: left;
  height: 90px;
  margin: 28px 80px 28px 0;
  position: relative;
}
#homeContent2 .content ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 90px;
  background-color: #e5f1f9;
  background-position: center center;
  background-repeat: no-repeat;
}
#homeContent2 .content ul li .obj {
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  height: 90px;
}
#homeContent2 .content ul li .obj .tit {
  font-size: 18px;
  line-height: 36px;
  color: #0075c2;
}
#homeContent2 .content ul li .obj .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #565656;
}
#homeContent2 .content ul li:hover .icon {
  background-color: #fce8df;
}
#homeContent2 .content ul li:hover .obj .tit {
  color: #dd3f00;
}
#homeContent3 {
  position: relative;
  margin-bottom: 60px;
}
#homeContent3 .content {
  width: 1240px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#homeContent3 .content .content1 {
  padding: 40px 0 30px 0;
  text-align: center;
  color: #FFFFFF;
  background-image: url(../Images/z5.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
#homeContent3 .content .content1 .sortname {
  font-size: 36px;
  line-height: 56px;
  margin-bottom: 5px;
  font-weight: bold;
}
#homeContent3 .content .content1 .jianjie {
  font-size: 15px;
  line-height: 26px;
}
#homeContent3 .content .content2 {
  margin-top: 30px;
  position: relative;
  height: 380px;
}
#homeContent3 .content .content2 .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 606px;
  height: 100%;
}
#homeContent3 .content .content2 .swiper-container .swiper-wrapper {
  position: relative;
}
#homeContent3 .content .content2 .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center center;
  background-size: cover;
}
#homeContent3 .content .content2 .swiper-container .swiper-wrapper .swiper-slide .imglink {
  position: relative;
  display: block;
  height: 325px;
}
#homeContent3 .content .content2 .swiper-container .swiper-wrapper .swiper-slide .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-image: url(../Images/z7.png);
}
#homeContent3 .content .content2 .swiper-container .swiper-wrapper .swiper-slide .tit a {
  display: block;
  max-width: 480px;
  margin-left: 20px;
  font-size: 18px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#homeContent3 .content .content2 .swiper-container .pagination {
  position: absolute;
  bottom: 20px;
  right: 10px;
  height: 20px;
  text-align: right;
  z-index: 100;
}
#homeContent3 .content .content2 .swiper-container .pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  margin: 0 3px;
  opacity: .5;
  border-radius: 50%;
}
#homeContent3 .content .content2 .swiper-container .pagination .swiper-active-switch {
  opacity: 1;
}
#homeContent3 .content .content2 .right {
  position: absolute;
  right: 0;
  top: 0;
  width: 610px;
  height: 100%;
}
#homeContent3 .content .content2 .right .data .tit {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 19px;
  font-weight: bold;
}
#homeContent3 .content .content2 .right .data .tit a {
  color: #dd3f00;
}
#homeContent3 .content .content2 .right .data .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#homeContent3 .content .content2 .right .data .date {
  line-height: 45px;
  border-bottom: dashed 1px #b5b0b0;
  font-size: 13px;
  color: #b5b0b0;
}
#homeContent3 .content .content2 .right .list {
  margin-top: 10px;
}
#homeContent3 .content .content2 .right .list ul li {
  line-height: 40px;
  height: 40px;
  position: relative;
}
#homeContent3 .content .content2 .right .list ul li a {
  display: inline-block;
  max-width: 480px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #313131;
}
#homeContent3 .content .content2 .right .list ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  color: #b5b0b0;
}
#homeContent3 .content .content2 .right .list ul li:hover a {
  color: #dd3f00;
}
#footer {
  background-color: #1f2e3b;
  position: relative;
}
#footer .content1 {
  padding: 45px 0;
  position: relative;
}
#footer .content1 .content {
  width: 1240px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
#footer .content1 .content .list {
  position: relative;
  overflow: hidden;
  margin-bottom: 54px;
}
#footer .content1 .content .list ul {
  width: 1260px;
}
#footer .content1 .content .list ul li {
  font-size: 13px;
  margin: 5px 25px 5px 0;
  line-height: 24px;
  display: inline-block;
}
#footer .content1 .content .list ul li a {
  color: #bcbec1;
}
#footer .content1 .content .group {
  height: 60px;
  position: relative;
}
#footer .content1 .content .group .g1 {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .content1 .content .group .g1 .item {
  font-size: 14px;
  line-height: 30px;
  color: #bcbec1;
}
#footer .content1 .content .group .g2 {
  position: absolute;
  left: 405px;
  top: 0;
}
#footer .content1 .content .group .g2 .item {
  font-size: 14px;
  line-height: 30px;
  color: #bcbec1;
}
#footer .content1 .content .group .g2 .item span {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
#footer .content1 .content .group .search {
  width: 235px;
  height: 30px;
  border: solid 1px #4c5862;
  border-radius: 4px;
  position: absolute;
  right: 110px;
  top: 4px;
  z-index: 1;
}
#footer .content1 .content .group .search input {
  width: 200px;
  height: 24px;
  text-indent: 10px;
  font-size: 13px;
  color: #FFFFFF;
  font-family: "微软雅黑";
  border: none;
  background: none;
}
#footer .content1 .content .group .search input::-webkit-input-placeholder {
  color: #4c5862;
}
#footer .content1 .content .group .search span {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 30px;
  background-image: url(../Images/z14.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#footer .content1 .content .group .goodlinks {
  width: 235px;
  height: 30px;
  border: solid 1px #4c5862;
  border-radius: 4px;
  position: absolute;
  right: 110px;
  top: 48px;
  z-index: 1;
  background: none;
  color: #4c5862;
  background-image: url(../Images/z15.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
}
#footer .content1 .content .group .ewm {
  position: absolute;
  right: 0;
  top: 0;
  width: 81px;
  height: 81px;
}
#footer .content2 {
  border-top: solid 1px #2c3a46;
  position: relative;
  padding: 20px 0;
}
#footer .content2 .content {
  width: 1240px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
#footer .content2 .content .webCopyright {
  width: 960px;
  position: relative;
  font-size: 13px;
  line-height: 26px;
  color: #bcbec1;
}
#footer .content2 .content .webCopyright a {
  color: #bcbec1;
}
#footer .content2 .content .sanyi {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 26px;
  font-size: 13px;
  color: #bcbec1;
}
#onepage_menu {
  width: 1240px;
  margin: 20px auto;
  position: relative;
}
#onepage_menu .list {
  text-align: center;
}
#onepage_menu .list ul li {
  line-height: 50px;
  display: inline-block;
  margin: 0 14px;
  font-size: 18px;
  padding-left: 15px;
  background-image: url(../Images/z16.png);
  background-position: left center;
  background-repeat: no-repeat;
}
#onepage_menu .list ul .onfocus {
  background-image: url(../Images/z17.png);
}
#onepage_menu .list ul .onfocus a {
  color: #dd3f00;
}
#address {
  background-image: url(../Images/z4.jpg);
}
#address .content {
  width: 1240px;
  line-height: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
#address .content span {
  font-size: 30px;
  color: #dd3f00;
  display: inline-block;
}
#address .content .right {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  color: #999999;
}
#address .content .right a {
  color: #999999;
}
#address .content .right a:hover {
  color: #0075c2;
}
#onepage {
  width: 1240px;
  margin: 50px auto;
  position: relative;
}
#onepage .tit {
  text-align: center;
  font-size: 22px;
  line-height: 36px;
  margin: 10px;
}
#onepage .date {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  text-align: center;
  margin: 10px;
}
#onepage .text {
  font-size: 14px;
  line-height: 30px;
}
#onepage .text img {
  max-width: 100%;
}
#newslist .content1 {
  width: 1240px;
  height: 385px;
  margin: 30px auto;
  position: relative;
}
#newslist .content1 .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 606px;
  height: 100%;
}
#newslist .content1 .swiper-container .swiper-wrapper {
  position: relative;
}
#newslist .content1 .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center center;
  background-size: cover;
}
#newslist .content1 .swiper-container .swiper-wrapper .swiper-slide .imglink {
  position: relative;
  display: block;
  height: 325px;
}
#newslist .content1 .swiper-container .swiper-wrapper .swiper-slide .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-image: url(../Images/z7.png);
}
#newslist .content1 .swiper-container .swiper-wrapper .swiper-slide .tit a {
  display: block;
  max-width: 480px;
  margin-left: 20px;
  font-size: 18px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newslist .content1 .swiper-container .pagination {
  position: absolute;
  bottom: 20px;
  right: 10px;
  height: 20px;
  text-align: right;
  z-index: 100;
}
#newslist .content1 .swiper-container .pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  margin: 0 3px;
  opacity: .5;
  border-radius: 50%;
}
#newslist .content1 .swiper-container .pagination .swiper-active-switch {
  opacity: 1;
}
#newslist .content1 .list {
  position: absolute;
  right: 0;
  top: 0;
  width: 606px;
}
#newslist .content1 .list ul li {
  padding-bottom: 25px;
  border-bottom: dashed 1px #DDDDDD;
  margin-bottom: 15px;
}
#newslist .content1 .list ul li .tit {
  line-height: 40px;
  height: 40px;
  font-size: 19px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newslist .content1 .list ul li .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#newslist .content1 .list ul li:hover .tit a {
  color: #dd3f00;
}
#newslist .content2 {
  width: 1240px;
  margin: 30px auto;
  position: relative;
}
#newslist .content2 .list ul li {
  padding: 30px 0;
  border-bottom: solid 1px #DDDDDD;
}
#newslist .content2 .list ul li .data {
  height: 90px;
  position: relative;
}
#newslist .content2 .list ul li .data .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  text-align: right;
  color: #c8c8c8;
}
#newslist .content2 .list ul li .data .date .y {
  font-size: 13px;
  line-height: 26px;
}
#newslist .content2 .list ul li .data .date .md {
  font-size: 42px;
}
#newslist .content2 .list ul li .data .obj {
  position: absolute;
  right: 0;
  top: 0;
  width: 1030px;
  height: auto;
}
#newslist .content2 .list ul li .data .obj .tit {
  line-height: 26px;
  margin: 8px 0;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#newslist .content2 .list ul li .data .obj .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#newslist .content2 .list ul li:hover {
  background-color: #f7f7f7;
}
#newslist .content2 .list ul li:hover .date {
  color: #dd3f00;
}
#newslist .content2 .list ul li:hover .data .obj .tit a {
  font-weight: bold;
  color: #000000;
}
#xinyonglist .content1 {
  width: 1240px;
  height: 385px;
  margin: 30px auto;
  position: relative;
}
#xinyonglist .content1 .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 606px;
  height: 100%;
}
#xinyonglist .content1 .swiper-container .swiper-wrapper {
  position: relative;
}
#xinyonglist .content1 .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center center;
  background-size: cover;
}
#xinyonglist .content1 .swiper-container .swiper-wrapper .swiper-slide .imglink {
  position: relative;
  display: block;
  height: 325px;
}
#xinyonglist .content1 .swiper-container .swiper-wrapper .swiper-slide .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-image: url(../Images/z7.png);
}
#xinyonglist .content1 .swiper-container .swiper-wrapper .swiper-slide .tit a {
  display: block;
  max-width: 480px;
  margin-left: 20px;
  font-size: 18px;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#xinyonglist .content1 .swiper-container .pagination {
  position: absolute;
  bottom: 20px;
  right: 10px;
  height: 20px;
  text-align: right;
  z-index: 100;
}
#xinyonglist .content1 .swiper-container .pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  margin: 0 3px;
  opacity: .5;
  border-radius: 50%;
}
#xinyonglist .content1 .swiper-container .pagination .swiper-active-switch {
  opacity: 1;
}
#xinyonglist .content1 .list {
  position: absolute;
  right: 0;
  top: 0;
  width: 606px;
}
#xinyonglist .content1 .list ul li {
  padding-bottom: 25px;
  border-bottom: dashed 1px #DDDDDD;
  margin-bottom: 15px;
}
#xinyonglist .content1 .list ul li .tit {
  line-height: 40px;
  height: 40px;
  font-size: 19px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#xinyonglist .content1 .list ul li .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#xinyonglist .content1 .list ul li:hover .tit a {
  color: #dd3f00;
}
#xinyonglist .content2 {
  width: 1240px;
  margin: 30px auto;
  position: relative;
}
#xinyonglist .content2 .list ul li {
  padding: 30px 0;
  border-bottom: solid 1px #DDDDDD;
}
#xinyonglist .content2 .list ul li .data {
  height: 90px;
  position: relative;
}
#xinyonglist .content2 .list ul li .data .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  text-align: right;
  color: #c8c8c8;
}
#xinyonglist .content2 .list ul li .data .date .y {
  font-size: 13px;
  line-height: 26px;
}
#xinyonglist .content2 .list ul li .data .date .md {
  font-size: 42px;
}
#xinyonglist .content2 .list ul li .data .obj {
  position: absolute;
  right: 0;
  top: 0;
  width: 1030px;
  height: auto;
}
#xinyonglist .content2 .list ul li .data .obj .tit {
  line-height: 26px;
  margin: 8px 0;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#xinyonglist .content2 .list ul li .data .obj .jianjie {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#xinyonglist .content2 .list ul li:hover {
  background-color: #f7f7f7;
}
#xinyonglist .content2 .list ul li:hover .date {
  color: #dd3f00;
}
#xinyonglist .content2 .list ul li:hover .data .obj .tit a {
  font-weight: bold;
  color: #000000;
}
#titlist {
  width: 1240px;
  margin: 30px auto;
  position: relative;
}
#titlist .list ul li {
  line-height: 50px;
  height: 50px;
  position: relative;
  border-bottom: solid 1px #DDDDDD;
}
#titlist .list ul li .tit {
  width: 1050px;
  position: relative;
  font-size: 16px;
}
#titlist .list ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  color: #999999;
}
#titlist .list ul li:hover .tit {
  color: #dd3f00;
}
#titlist .list ul li:hover .tit a {
  color: #dd3f00;
}
#ratinglist {
  width: 1240px;
  margin: 30px auto;
  position: relative;
}
#ratinglist .list ul li {
  line-height: 50px;
  height: 50px;
  position: relative;
  border-bottom: solid 1px #DDDDDD;
}
#ratinglist .list ul li .tit {
  width: 1050px;
  position: relative;
  font-size: 16px;
}
#ratinglist .list ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  color: #999999;
}
#ratinglist .list ul li:hover .tit {
  color: #dd3f00;
}
#ratinglist .list ul li:hover .tit a {
  color: #dd3f00;
}
#rating .content1 {
  width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 200px 0;
  background-image: url(../Images/z20.png);
  background-position: bottom -15px center;
  background-repeat: no-repeat;
}
#rating .content1 .data {
  width: 760px;
  margin: 0 auto;
  position: relative;
}
#rating .content1 .data form {
  height: 54px;
  display: block;
  position: relative;
  border: solid 1px #DDDDDD;
  border-radius: 6px;
}
#rating .content1 .data form .keyword {
  width: 550px;
  margin: 0 15px;
  height: 48px;
  border: none;
  outline: none;
  font-size: 20px;
}
#rating .content1 .data form .submit {
  position: absolute;
  right: 0;
  top: -1px;
  cursor: pointer;
  height: 56px;
  width: 176px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0075c2;
  border-radius: 6px;
  border: none;
}
#rating .content1 .data .tips {
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0;
  padding-bottom: 15px;
}
#rating .content1 .data .tips span {
  font-weight: bold;
  color: #dd3f00;
}
#rating .content2 {
  position: relative;
  padding: 50px 0;
  background-image: url(../Images/z4.jpg);
}
#rating .content2 .content {
  width: 760px;
  margin: 0 auto;
  position: relative;
}
#rating .content2 .content .tit {
  font-size: 20px;
  color: #dd3f00;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 15px;
}
#rating .content2 .content .text {
  font-size: 14px;
  line-height: 30px;
}
#rating .content2 .content .text img {
  max-width: 100%;
}
#search .content1 {
  width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
  background-image: url(../Images/z20.png);
  background-position: bottom -15px center;
  background-repeat: no-repeat;
}
#search .content1 .data {
  width: 760px;
  margin: 0 auto;
  position: relative;
}
#search .content1 .data form {
  height: 54px;
  display: block;
  position: relative;
  border: solid 1px #DDDDDD;
  border-radius: 6px;
}
#search .content1 .data form .keyword {
  width: 550px;
  margin: 0 15px;
  height: 48px;
  border: none;
  outline: none;
  font-size: 20px;
}
#search .content1 .data form .submit {
  position: absolute;
  right: 0;
  top: -1px;
  cursor: pointer;
  height: 56px;
  width: 176px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0075c2;
  border-radius: 6px;
  border: none;
}
#search .content1 .data .tips {
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0;
  padding-bottom: 15px;
}
#search .content1 .data .tips span {
  font-weight: bold;
  color: #dd3f00;
}
#searchlist {
  width: 1240px;
  margin: 30px auto;
  position: relative;
}
#searchlist .list ul li {
  line-height: 50px;
  height: 50px;
  position: relative;
  border-bottom: solid 1px #DDDDDD;
}
#searchlist .list ul li .tit {
  width: 1050px;
  position: relative;
  font-size: 16px;
}
#searchlist .list ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  color: #999999;
}
#searchlist .list ul li:hover .tit {
  color: #dd3f00;
}
#searchlist .list ul li:hover .tit a {
  color: #dd3f00;
}
/*内容详情页*/
#NewsShow .title {
  margin: 30px 0 10px 0;
  text-align: center;
  font-size: 20px;
}
#NewsShow .miaoshu {
  text-align: center;
  margin-bottom: 10px;
}
#NewsShow .theContent {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #3F3F3D;
}
#NewsShow .thePageInfo {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
#page {
  text-align: center;
  margin: 40px 0;
}
#page em {
  font-style: normal;
}
#page a,
#page span {
  border: solid 1px #DDDDDD;
  font-size: 18px;
  margin: 0 3px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
#page a:hover {
  color: #dd3f00;
}
#page .current {
  background-color: #dd3f00;
  border-color: #dd3f00;
  color: #FFFFFF;
}
#page .prev {
  background-image: url(../Images/z19.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#page .next {
  background-image: url(../Images/z18.png);
  background-position: center center;
  background-repeat: no-repeat;
}
